Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLA+ spec for packet delay #835

Merged
merged 10 commits into from
Apr 20, 2021
Merged

TLA+ spec for packet delay #835

merged 10 commits into from
Apr 20, 2021

Conversation

istoilkovska
Copy link
Contributor

Closes: #446

Description

In this spec the packet delay is a time period. The relayer delays the submission of packet datagrams until the delay period has passed. The packet datagram handlers check if the datagrams are processed after the delay period has passed.


For contributor use:

  • Updated the Unreleased section of CHANGELOG.md with the issue.
  • If applicable: Unit tests written, added test to CI.
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Updated relevant documentation (docs/) and code comments.
  • Re-reviewed Files changed in the Github PR explorer.

Copy link
Member

@josef-widder josef-widder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. @istoilkovska will create an issue on the state of model checking this spec

@istoilkovska istoilkovska merged commit 75d4dd8 into master Apr 20, 2021
@istoilkovska istoilkovska deleted the ilina/packet_delay branch April 20, 2021 14:12
hu55a1n1 pushed a commit to hu55a1n1/hermes that referenced this pull request Sep 13, 2022
* packet delay spec first draft

* packet delay spec

* small fix in packet handlers

* added type annotations in packet delay spec

* type invariant

* readme and fixes in packet handlers

* cfg file

* annotations in MC file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLA+ specification of packet delay
2 participants